REHASHING - translation to αραβικά
Diclib.com
Λεξικό ChatGPT
Εισάγετε μια λέξη ή φράση σε οποιαδήποτε γλώσσα 👆
Γλώσσα:     

Μετάφραση και ανάλυση λέξεων από την τεχνητή νοημοσύνη ChatGPT

Σε αυτήν τη σελίδα μπορείτε να λάβετε μια λεπτομερή ανάλυση μιας λέξης ή μιας φράσης, η οποία δημιουργήθηκε χρησιμοποιώντας το ChatGPT, την καλύτερη τεχνολογία τεχνητής νοημοσύνης μέχρι σήμερα:

  • πώς χρησιμοποιείται η λέξη
  • συχνότητα χρήσης
  • χρησιμοποιείται πιο συχνά στον προφορικό ή γραπτό λόγο
  • επιλογές μετάφρασης λέξεων
  • παραδείγματα χρήσης (πολλές φράσεις με μετάφραση)
  • ετυμολογία

REHASHING - translation to αραβικά

COLLISION RESOLUTION SCHEME
Double Hashing; Rehashing

REHASHING         

الفعل

دَفَقَ ; زَغَلَ ; سَجَمَ ; صَبَّ ; هَمَرَ

البعثرة      

hashing

العنونة بكود هامش      

hashing

Βικιπαίδεια

Double hashing

Double hashing is a computer programming technique used in conjunction with open addressing in hash tables to resolve hash collisions, by using a secondary hash of the key as an offset when a collision occurs. Double hashing with open addressing is a classical data structure on a table T {\displaystyle T} .

The double hashing technique uses one hash value as an index into the table and then repeatedly steps forward an interval until the desired value is located, an empty location is reached, or the entire table has been searched; but this interval is set by a second, independent hash function. Unlike the alternative collision-resolution methods of linear probing and quadratic probing, the interval depends on the data, so that values mapping to the same location have different bucket sequences; this minimizes repeated collisions and the effects of clustering.

Given two random, uniform, and independent hash functions h 1 {\displaystyle h_{1}} and h 2 {\displaystyle h_{2}} , the i {\displaystyle i} th location in the bucket sequence for value k {\displaystyle k} in a hash table of | T | {\displaystyle |T|} buckets is: h ( i , k ) = ( h 1 ( k ) + i h 2 ( k ) ) mod | T | . {\displaystyle h(i,k)=(h_{1}(k)+i\cdot h_{2}(k)){\bmod {|}}T|.} Generally, h 1 {\displaystyle h_{1}} and h 2 {\displaystyle h_{2}} are selected from a set of universal hash functions; h 1 {\displaystyle h_{1}} is selected to have a range of { 0 , | T | 1 } {\displaystyle \{0,|T|-1\}} and h 2 {\displaystyle h_{2}} to have a range of { 1 , | T | 1 } {\displaystyle \{1,|T|-1\}} . Double hashing approximates a random distribution; more precisely, pair-wise independent hash functions yield a probability of ( n / | T | ) 2 {\displaystyle (n/|T|)^{2}} that any pair of keys will follow the same bucket sequence.

Παραδείγματα από το σώμα κειμένου για REHASHING
1. Most of a pool report on the event was devoted to rehashing the Whitaker–Rezko link.
2. "This is simply rehashing old debates that have already been discussed," he said.
3. The Clinton camp hopes to brush off the books as mainly rehashing old news.
4. Many critics also labelled his attempt at rehashing a blockbuster classic as stupidity.
5. But Steele –– who acknowledged Tuesday that the quotes were his –– clearly was not interested in rehashing the luncheon.